home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 2.iso / pc / data / bookordr.dir / 00011.ls < prev    next >
Encoding:
Text File  |  1996-09-09  |  255 b   |  13 lines

  1. on exitFrame
  2.   if rollOver(24) then
  3.     puppetSprite(24, 1)
  4.     set the castNum of sprite 24 to cast "b056.roll"
  5.     updateStage()
  6.   else
  7.     set the castNum of sprite 24 to cast "b056"
  8.     updateStage()
  9.   end if
  10.   mainMenuRollovers()
  11.   go(the frame)
  12. end
  13.